result 1.0.0

Helpers for dealing with nested Result and Option types
Documentation
  • Coverage
  • 100%
    9 out of 9 items documented0 out of 9 items with examples
  • Size
  • Source code size: 7.55 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 238.25 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Documentation
  • arcnmx/result-rs
    4 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • arcnmx

result-rs

travis-badge release-badge docs-badge license-badge

result provides helpers for dealing with nested Result types.

result provides helpers for dealing with nested Result and Option types. Convert an Option<Result<T, E>> to Result<Option<T>, E> and vice versa.

Documentation

See the documentation for up to date information.